home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Internet ve Net Programlari / WebSite WEB Server Evaluation / WebSite WEB Server evaluation version. 32 bit Windows required.Z / DBSAMPLE.MD_ / DBSAMPLE.MD / Students.json < prev    next >
Encoding:
JavaScript Object Notation  |  1995-04-07  |  385 b 

  1. {
  2.     "schema": {
  3.         "StudentID": "Long Integer",
  4.         "Name": "Text (50) NOT NULL",
  5.         "Major": "Text (50) NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "StudentID": 2,
  10.             "Name": "Rosie O'Donnell",
  11.             "Major": "History"
  12.         },
  13.         {
  14.             "StudentID": 3,
  15.             "Name": "Kurt Reznor",
  16.             "Major": "Math"
  17.         },
  18.         {
  19.             "StudentID": 4,
  20.             "Name": "Clint Black",
  21.             "Major": "Music"
  22.         },
  23.         {
  24.             "StudentID": 14,
  25.             "Name": "Bob Denny",
  26.             "Major": "Engineering"
  27.         },
  28.         {
  29.             "StudentID": 17,
  30.             "Name": "Bob Jones",
  31.             "Major": "Engineering"
  32.         }
  33.     ]
  34. }